home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1511 / xcrypt.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-06-10  |  2.5 KB  |  120 lines

  1. object Form2: TForm2
  2.   Left = 108
  3.   Top = 155
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Key Ring'
  7.   ClientHeight = 265
  8.   ClientWidth = 291
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object KeyRingBox: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 277
  21.     Height = 205
  22.     Caption = 'Key Ring Operations:'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 160
  27.       Width = 261
  28.       Height = 16
  29.       Caption = 'Some of these operations require you to'
  30.       Font.Color = clWindowText
  31.       Font.Height = -13
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = [fsItalic]
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 8
  38.       Top = 176
  39.       Width = 257
  40.       Height = 16
  41.       Caption = 'fill out public or secret key on main page.'
  42.       Font.Color = clWindowText
  43.       Font.Height = -13
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsItalic]
  46.       ParentFont = False
  47.     end
  48.     object RadioButton1: TRadioButton
  49.       Left = 16
  50.       Top = 28
  51.       Width = 237
  52.       Height = 17
  53.       Caption = 'Add a key to your public key ring'
  54.       Checked = True
  55.       TabOrder = 0
  56.       TabStop = True
  57.     end
  58.     object RadioButton2: TRadioButton
  59.       Left = 16
  60.       Top = 50
  61.       Width = 207
  62.       Height = 17
  63.       Caption = 'Extract your/other'#39's public key'
  64.       TabOrder = 1
  65.     end
  66.     object RadioButton3: TRadioButton
  67.       Left = 16
  68.       Top = 71
  69.       Width = 253
  70.       Height = 17
  71.       Caption = 'Change your secret key'#39's pass phrase'
  72.       TabOrder = 2
  73.     end
  74.     object RadioButton4: TRadioButton
  75.       Left = 16
  76.       Top = 93
  77.       Width = 253
  78.       Height = 17
  79.       Caption = 'Remove a public (or both) key(s)'
  80.       TabOrder = 3
  81.     end
  82.     object RadioButton5: TRadioButton
  83.       Left = 16
  84.       Top = 114
  85.       Width = 229
  86.       Height = 17
  87.       Caption = 'View your public keys'
  88.       TabOrder = 4
  89.     end
  90.     object RadioButton6: TRadioButton
  91.       Left = 16
  92.       Top = 136
  93.       Width = 241
  94.       Height = 17
  95.       Caption = 'Create a new secret/public key pair'
  96.       TabOrder = 5
  97.     end
  98.   end
  99.   object Button1: TButton
  100.     Left = 120
  101.     Top = 224
  102.     Width = 81
  103.     Height = 37
  104.     Caption = 'Proceed'
  105.     Default = True
  106.     TabOrder = 1
  107.     OnClick = Button1Click
  108.   end
  109.   object Button2: TButton
  110.     Left = 208
  111.     Top = 224
  112.     Width = 77
  113.     Height = 37
  114.     Cancel = True
  115.     Caption = 'Cancel'
  116.     TabOrder = 2
  117.     OnClick = Button2Click
  118.   end
  119. end
  120.